Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
laziness, impatience, and hubris
 
PerlMonks  

ryddler

by ryddler (Monk)
on Dec 04, 2000 at 20:54 UTC ( [id://44865]=user: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.




for (0..$#tasks) { $ryddler[$_] = Ryddler::Clone->new( job => $task[$_] ) || die "Try +ing"; }

Node's I found interesting enough to mark, but still need time to go back and review
  • Web Wizard
  • SQL INSERT creator
  • Binary to Decimal (zdog's way)
  • SerialPort module
  • Should One Use CGI.pm to Generate HTML?
  • (Corion) Getting active (Re: Perl Programs that can retrieve email addresses from web pages)
  • Re: (Guildenstern) Re: Uncovering hidden Internet Explorer cache
  • Learning CGI
  • Re: Converting a C structure to Perl
    notes to self...
    #!/usr/bin/perl -w use strict; package foo; use vars qw($var); $var = 'FOO'; print "package foo: $var\n"; package bar; use vars qw($var); $var = 'BAR'; print "package bar: $var\n"; package main; { no strict 'refs'; # *cough cough* my $pack = 'foo'; my $var = 'var'; print "(main) package foo: ${$pack . '::' . $var}\n"; $pack = 'bar'; print "(main) package bar: ${$pack . '::' . $var}\n"; }

  • Log In?
    Username:
    Password:

    What's my password?
    Create A New User
    Domain Nodelet?
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Notices?
      hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
      erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.