Help for this page

Select Code to Download


  1. or download this
    @DYNAMIC = qw(m n o);
    {
    ...
     }
    # prints "mno|pqr"
    print @DYNAMIC, "|", @PERM, "\n";