Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Globs and globals

by Eyck (Priest)
on Jan 25, 2005 at 07:41 UTC ( [id://424799]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       my $socket \*S1;
       if ($scheme eq "https") {
            tie(*S2, "Net::SSLeay::Handle", $socket);
            $socket = \*S2;
       }
    
  2. or download this
    for $sth (@sth) {
      my $object=new STH;
      $objects{$sth}=$object;
    };
    
  3. or download this
     {my $io=new IO::Handle; tie(*$io, "Net::SSLeay::Handle", $socket);$so
    +cket = \*$io;};
    
    ...
      $socket = \*$io;
     };
    
  4. or download this
     $global-net-ssleay-counter++;
     tie(*$global.....
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-19 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found