X7ROOT File Manager
Current Path:
/usr/share/doc/perl-Expect/examples
usr
/
share
/
doc
/
perl-Expect
/
examples
/
📁
..
📄
calc.pl
(141 B)
📄
expect_calc.pl
(470 B)
📁
kibitz
📄
ssh.pl
(1.89 KB)
Editing: calc.pl
use strict; use warnings; while (my $row = <>) { chomp $row; print "Input: '$row' = "; my $res = eval $row; print "'$res' :Output\n"; }
Upload File
Create Folder