Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    __END__
    abc
    cde fgh
    
  2. or download this
    for my $control (keys %{ $dialog->{attributes} }) {
    
    ...
            print $val;
        }
    }
    
  3. or download this
        ...
        } elsif (!ref $val) {
            print $val;
        }