Help for this page

Select Code to Download


  1. or download this
    my $file1 = new File $path, $data;
    # is the same as
    my $file2 = File->new($path, $data);