in reply to Re: run module from cgi-bin
in thread run module from cgi-bin
Is this correct:
#!/usr/bin/perl -w use strict; use lib '/usr/home/myr_home_dir/lib/'; use warnings; use CGI; use LWP::Simple;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: run module from cgi-bin
by kutsu (Priest) on Apr 19, 2005 at 17:14 UTC |