in reply to Re^2: Exporter module help/example
in thread Exporter module help/example

perl's argument is a Perl script. sand_kidB.pm is not a Perl script. You mean
perl -c -e'use sand_kidB'
or
perl -c -Msand_kidB -e1

Replies are listed 'Best First'.
Re^4: Exporter module help/example
by Zen (Deacon) on Nov 26, 2007 at 18:29 UTC
    Syntax OK.
    Guess this is valid. TY.