SPUG: son of ifs and whiles and hashes

Ryan Forsythe ryan2 at webrocket.net
Fri Aug 20 13:07:07 CDT 1999


thanks a lot, all...i didn't know (.*?) was so inefficient.  i guess
i'll have to go rummaging through my code changing all of them (doh!)

i ended up doing it the 

$dbaseLine =~ s/^"//;
$dbaseLine =~ s/"$//;
@record = split /","/, $dbaseLine;

way, since that doesn't make me remember how many items are in each
record (well, it puts it off for a bit, at least : )

--ryan

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    POST TO: spug-list at pm.org        PROBLEMS: owner-spug-list at pm.org
 Seattle Perl Users Group (SPUG) Home Page: http://www.halcyon.com/spug/
 SUBSCRIBE/UNSUBSCRIBE: Replace ACTION below by subscribe or unsubscribe
        Email to majordomo at pm.org: ACTION spug-list your_address





More information about the spug-list mailing list