Help for this page
#!/usr/bin/perl -w use lib '/path/to/local/lib/'; use File::Tee qw(tee); ... $CODE2 = <>; chomp ($CODE2); print ("You used $CODE2!\n=============================\n\n");
============================= Just a simple bug example ============================= ... perl/teetest> Enter anything: You used TeeTestPM! =============================