Help for this page

Select Code to Download


  1. or download this
    push (@array, $value);
    
  2. or download this
    push @array, "$value";
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    __END__
    bar
    Can't use string ("ARRAY(0x818427c)") as an ARRAY ref while "strict re
    +fs" in use