Gossamer Forum
Home : General : Perl Programming :

See if a script is being run from Telnet..

Quote Reply
See if a script is being run from Telnet..
Is there a way to detect if a script is being run from Telnet/cron? I'm pretty sure Link 2 uses it, but I can't fnd it anywhere :(

Thanks

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] See if a script is being run from Telnet.. In reply to
$ENV{REQUEST_METHOD} or die "Im being run from telnet!\n";