Help for this page

Select Code to Download


  1. or download this
    print "Podaj sciezke do pliku bazy, ktory archiwizujemy: ";
    chomp( $question2 = <STDIN> );
    
  2. or download this
    $| = 1;
    use Term::ReadLine;
    my $Term = new Term::ReadLine 'Installer';
    
    my $file = $Term->readline('Enter a file path: ');
    print "$file = '$file'n";