Help for this page

Select Code to Download


  1. or download this
    if(defined @$arrayref && @$arrayref)
    {
    ...
        }
    
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        print "arrayref not defined ref=$ref\n";
    }
    
  3. or download this
    my $arrayref = [];
    
  4. or download this
    my $arrayref;