> I wouldn't necessarily call it a bad habit as it does execute > properly, it just doesn't produce as readable of code... Rob > already covered -> well so I will just point you to some > "light" reading if you thirst for more... > > perldoc perlreftut > perldoc perlref > perldoc perldsc > perldoc perllol
Ok another question on perl then. When do you have to use () on a function or sub call? Or in the new construct of an object. I use then on everything since I don't better. Figure its safer to leave them on then take them off. Mysubroutine() Mysubroutine ->new() ->new Close (something) Close something Die "" Die ("") Open "" Open ("") You get the idea. As always this list as proved indispensable to my job and position. Thanks! Paul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>