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

Re: Strict to references of a particular Variable of particular type.

by Roger (Parson)
on Dec 02, 2005 at 12:59 UTC ( [id://513582]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    array_ref(\@array);
    array_ref(\%hash);
    
  2. or download this
    $VAR1 = [
              '1',
    ...
            ];
    Not an array reference at try.pl line 9
            main::array_ref('HASH(0x81d4e14)') called at try.pl line 18
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 16:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found