Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Type::Tiny 1.8.0 released

by tobyink (Canon)
on Dec 12, 2019 at 23:38 UTC ( [id://11110044]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Types::Standard -types;
    
    ...
    while (my $row = $csv->get_line($fh)) {
       $row_check->($row) or die $row_type->get_message($row);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found