Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Should Modules Do I/O?

by Joost (Canon)
on Mar 18, 2005 at 22:18 UTC ( [id://440814]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # using Test::More...
    
    ...
    is($proc->data($some_filename),"data for filename");
    
    $proc->close();
    
  2. or download this
    my $proc = Data::Processor->( file => "some filename");
    # or                          handle => \*DATA
    ...
      $proc->write( $some_filename, file => $name      );
    # or                            handle => \*STDOUT
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-20 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found