Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    print "test=$test\n";
    print "this won't be printed\n" if (scalar @{$test}[0]);
    print "test=$test\n";
    
  2. or download this
    test=
    test=ARRAY(0x7fcc8c004ee8)