- or download this
sub enter_number {
local $_;
...
}
}
}
- or download this
package Preempt::Stdin;
use strict;
...
}
1;
- or download this
package main;
use strict;
...
my $room = enter_number();
untie *STDIN;
print "Room: $room\n";
- or download this
package main;
use strict;
...
}
}
}