Help for this page

Select Code to Download


  1. or download this
    Bareword "test" not allowed while "strict subs" in use
    
  2. or download this
    use strict;
    
    my @test = (test,trial,good);
    my $var = "test";
    push @{$var}, "Testing";