http://qs321.pair.com?node_id=613476


in reply to Re: use: command not found error
in thread use: command not found error

Monks, thanks! ok that was stupid on my part: yes indeed perl (space) script_name.pl works. You guys are correct; the only reason it is line 18 is because of the fact that there are a whole bunch of comments before the start of the script: #!/usr/bin/perl -w 18 use strict; 19 use Date::Calc qw(Add_Delta_Days); Thanks a bunch Monks!

Replies are listed 'Best First'.
Re^3: use: command not found error
by MaxKlokan (Monk) on May 04, 2007 at 12:36 UTC
    Just a tip: when you quote some code, put it in beetween <code> tags. It is more readable.

    Max