Help for this page

Select Code to Download


  1. or download this
     system('echo hello');
  2. or download this
    unless ( -e $file )
    {
      open ( FH, " > $file" );
      close (FH);
    }