Home : General : Perl Programming :

General: Perl Programming: Re: [Andy] Auto Backup script..: Edit Log

Here is the list of edits for this post
Re: [Andy] Auto Backup script..
Ugh I thought you wanted a URL.

You can use $0 but that varies depending on how you call the script, ie....

perl test.cgi : $0 = test.cgi

perl /path/to/test.cgi : $0 = /path/to/test.cgi

Last edited by:

Paul: Jun 26, 2002, 7:08 AM

Edit Log: