>>>>> "Roderick" == Roderick A Anderson <[email protected]> writes:

Roderick>      my ($f1, $f2, $f3, $f4, $f5, $f6, $f7, $f8, $f9, $f10, $f11) =
Roderick>      split('\|', $_);

"My eyes... the goggles do nothing!"

Seriously, whenever you start having variable names or column names or
anything names that end in "1", "2", "3", you're doing it wrong.

An array would have worked far better there.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[email protected]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to