Help for this page

Select Code to Download


  1. or download this
    use IO::File;
    
    my $file = IO::File->new(">carddb.txt") or die $!;