[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Please don't Laugh at me...



Jorge,

> if ($input = PAULINE){

This should probably be:

    if ($input =~ /^pauline$/i) {

Try starting your scripts with:

    #!perl -w

And see what MacPerl complains about.

-Hao

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org