Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Unexpected behavior when using PDL::IO::Misc::rcols with $PDL::undefval

by kevbot (Vicar)
on Jul 30, 2012 at 03:42 UTC ( [id://984338]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    1    6    11
    2    7    12
    3    8    13
    4    9    14
    5    10    15
    
  2. or download this
    1    6    11
    2    7    
    3    8    13
    4        14
    5    10    15
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    exit;
    
  4. or download this
    [1 2 3 4 5]
    [6 7 8 9 10]
    [11 12 13 14 15]
    
  5. or download this
    [1 2 3 4 5]
    [6 7 8 0 10]
    [11 0 13 14 15]
    
  6. or download this
    perl -MPDL -E 'say $PDL::undefval'
    0
    
  7. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    exit;
    
  8. or download this
    [1 2 3 4 5]
    [6 7 8 9 10]
    [11 12 13 14 15]
    
  9. or download this
    [1 2 3 4 5]
    [6 7 8 0 10]
    [11 -999 13 14 15]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found