Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

HeatSeekerCannibal's scratchpad

by HeatSeekerCannibal (Beadle)
on Apr 01, 2006 at 00:54 UTC ( [id://540587]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    close FIFO;
    
  3. or download this
    my %IniStruct = (
            qr/^MONICACTE RAIZ$/ => {
    ...
       }
    }
    
  4. or download this
    <HTML>
       <HEAD>
    ...
          <FRAME SRC="qry_empty.html" NAME=FRM_QRY NORESIZE>
       </FRAME>
    </HTML>
    
  5. or download this
    use strict;
    use CGI ':standard';
    ...
    print "Content-type: text/html\n\n";
    
    print $template->output;
    
  6. or download this
    use IO::Socket;
    
    ...
    }
    
    close $client
    
  7. or download this
    use Tk;
    use Tk::HList;
    ...
         }
      }
    }
    
  8. or download this
    
    my @resultados = `rsh worst-station -l ab-user ls -lta /space`;
    ...
    
    close LOG;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-24 01:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found