Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

RE: I have contributed a module to CPAN

by princepawn (Parson)
on Sep 21, 2000 at 19:34 UTC ( [id://33501]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @x=(1,2,3,4,5,6)
    Array::Reform->reform(\@x,2);
    
  2. or download this
    [ [ 1 , 2]  , [ 3 , 4 ] , [ 5, 6] ]
    
  3. or download this
    if (nonzero ($value,$value2,$value3)) { ; } if (zero
        ($value,$value2,$value3)) { ; }     # do something when pagemode i
    +s one in the list. 
    ...
    if (any(map { $PAGEMODE
        eq $_ } ('CONFIRM_OFFER', 'VIEW_DETAILS', 'Purchase Item', 'Confir
    +m
        Counter Offer')) { handle_these_pagemodes() }
    
  4. or download this
    use Date::Ordinal;
           
    ...
            $arryref = all_day_ordinations         $arryref = all_hour_ord
    +inations
            $arryref = all_minute_ordinations         $hashref = ordinatio
    +n_month_pair # {'01' => 'January', ... }
            @day     = days
    
  5. or download this
    $file_pointer = $cgi->param('file_tag');
    $file_upload  = HTTP::File::upload($file_pointer,'/target-dir');
    
  6. or download this
      use Parse::FixedDelimiter;
           
    ...
            }         # yields $moms_phone{area_code} == 803
            #        $moms_phone{exchange}  == 781
            #        $moms_phone{number}    == 4191
    
  7. or download this
            use Parse::FixedLength;
           
    ...
            }         # yields $moms_phone{area_code} == 803
            #        $moms_phone{exchange}  == 781
            #        $moms_phone{number}    == 4191
    

Log In?
Username:
Password:

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

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

    No recent polls found