#!/usr/bin/perl use strict; print "can you write device drivers? "; chomp(my $input = <> ); ($input eq 'Y') ? print 'wow, you must be very skilled' : print 'neither can i, i am just shell script';
In reply to Re: Interactive Perl script
by bichonfrise74
in thread Interactive Perl script
by Irishboy24
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |