> 
> --- Nigel Peck - MIS Web Design <[EMAIL PROTECTED]> wrote:
> > Can someone please remind a forgetful idiot how to get the 
> name of the 
> > script being run (the file itself)?

I alwayd use CGI:

use CGI qw(:standard);
my $self = url(relative => 1);

HTH 
Dan

> > 
> > Cheers,
> > Nigel
> > 
> > MIS Web Design
> > http://www.miswebdesign.com/
> > 
> print "Full File name: $0\n";
> 
> Forgetfulness does not automagically confer idiotism.
> 
> Kristofer
> 
> 
> =====
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GIT d s+:++ a C++ UL++ US+ P+++ L++ 
> W+++ w PS PE t++ b+ G e r+++ z++++
> ------END GEEK CODE BLOCK------
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to