Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    foreach my $str (@{$arrayref}) {
            print "AFTER: str = $str\n";
    }
    
  2. or download this
    BEFORE: str = A
    BEFORE: str = _B
    ...
    AFTER: str = A
    AFTER: str = B
    AFTER: str = C