Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Sharing Global variables between scripts

by TASdvlper (Monk)
on Apr 16, 2004 at 20:49 UTC ( [id://345863]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    package DispatchParser; 
     
    ...
    our $release = $q->param('release'); 
    our $globalpid;  # defined later in script 
    ... rest of code ...
    
  2. or download this
    use strict; 
    use warnings; 
    ...
    
    my $username = &GetUser(); ### this is line 33
    
  3. or download this
    my $cmd = "/msg/spgear/tools/bin/perl ../exe/TAZ.pl \\\"$valhash{'agen
    +da'}\\\" now";
     system("$cmd");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://345863]
Approved by Enlil
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found