Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        print "$${$objREF->{'poker'}}\n";
    
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        print "array is: $data[2]\n";
        print "Ref is: ${$objREF{poker}}\n\n";
    }