>>>>> <[email protected]> writes: > Thanks Uri > Another helpful person pointed me in the direction of > use if(!$LINUX),"Spreadsheet::WriteExcel"; > Which also appears to work.
that is the if pragma which peter scott mentioned. i would use the require technique as it is less intrusive IMO. but choose your own way as long as it isn't eval STRING. uri -- Uri Guttman ------ [email protected] -------- http://www.sysarch.com -- ----- Perl Code Review , Architecture, Development, Training, Support ------ --------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com --------- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
