Help for this page

Select Code to Download


  1. or download this
    # open xml file to write
    open(FIL,">../pub/database.xml");
    
  2. or download this
    my $img_dir = '../images';
    opendir HOMEDIR, $img_dir or die "opendir failed: $!\n";
    ...
    
    flock FIL, 8 or die "flock failed: $!\n";
    close FIL    or die "close failed: $!\n";
    
  3. or download this
    {
      my ( $re, %c2e, $num_ent );
    ...
        return $string;
      }
    }