Help for this page

Select Code to Download


  1. or download this
    1 sub foo
    2 {
    4a    my $self = shift;
    4b    my () = @_;
    3 }
    
  2. or download this
    my $data_fh = IO::File->new($data_filename)
        || die "Cannot open '$data_filename' for reading: $!\n";
    ...
    
        ...
    }