Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Revelation's scratchpad

by Revelation (Deacon)
on Jun 05, 2004 at 13:03 UTC ( [id://361591]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @input = qw/here is some input/;
    my $imfile = join "\n",@input;
    open(MEMORY,'+<', \$imfile) or die "Can't open memory file: $!";
    # Then use IO::Handle or open to just override STDIN.
    # To be comprehensive you could check the version of perl.  If it's no
    +t high enough, you could require IO::String, to solve the problem, as
    + well..
    
  2. or download this
    sub parameters {
      return bless [ $_[0], $_[0]->{'params'} ], DummyNameSpace if want('O
    +BJECT'); # Single Param.
    ...
    }
    
    1;
    

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 wandering the Monastery: (1)
As of 2024-04-25 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found