Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    use warnings;
    ...
    fstream('sss') << "first";
    fstream('sss') << "second" << "third";
    fclobber('clb') << 'one' << 'and another';