Help for this page

Select Code to Download


  1. or download this
    while (defined($filename = $term->readline('>'))) {
    
  2. or download this
    use Term::ReadLine;
    
    ...
    }
    
    print "filename is ~~$filename~~";