This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| print "Go Ahead and edit me!"; | |
| print "Once you are done editing, click SAVE to save changes :D"; | |
| # print <>; #you can use the STDIN to put data into your program |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| print "Go Ahead and edit me!"; | |
| print "Once you are done editing, click SAVE to save changes :D"; | |
| # print <>; #you can use the STDIN to put data into your program |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| #copied from here: | |
| #http://www.wellho.net/resources/ex.php4?item=p402/miniserver.pl | |
| use strict; | |
| use Socket; | |
| use IO::Socket; | |
| # Simple web server in Perl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| print "Go Ahead and edit me!"; | |
| print "Once you are done editing, click SAVE to save changes :D"; | |
| # print <>; #you can use the STDIN to put data into your program |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| my $number = 30; | |
| my $result = "This is" + "$number"; | |
| print "$result"; | |
| print "Go Ahead and edit me!"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| print "Go Ahead and edit me!"; | |
| print "Once you are done editing, click SAVE to save changes :D"; | |
| # print <>; #you can use the STDIN to put data into your program |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| print "starting code....."; | |
| my $test = 5; | |
| print unpack("V*",$test); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| print "Go Ahead and edit me!"; | |
| print "Once you are done editing, click SAVE to save changes :D"; | |
| # print <>; #you can use the STDIN to put data into your program | |
| print "hello" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| print "Go Ahead and edit me!"; | |
| print "Once you are done editing, click SAVE to save changes :D"; | |
| # print <>; #you can use the STDIN to put data into your program |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Created by tryperl.com | |
| use strict; | |
| use warnings; | |
| print "Go Ahead and edit me!"; | |
| print "Once you are done editing, click SAVE to save changes :D"; | |
| # print <>; #you can use the STDIN to put data into your program |