GZip a file using Perl
6
Write a set of bytes into a 'so-called' binary file. The point is that we use BinaryWriter here and we have a byte array as input.
2
This function loads an File into an String.
6
A database API written in Perl for a MySQL.
You will need to edit the settings for your server.
Enojy
You will need to edit the settings for your server.
Enojy
12
A little function that returns a greeting based on the local time.
5
Simple function to check for a valid email address. Makes sure the @ and a . are in the right place. There is most likely a perl package on CPAN that would be more extensive, but this happens to work for my uses.
-1
Just a simple check to make sure that a person's email address matches their domain.
For example .. in a form you have 2 textboxs .. 1 for their website url, the other for their email address. This checks to see if the domains for the email address and the website url match.
For example .. in a form you have 2 textboxs .. 1 for their website url, the other for their email address. This checks to see if the domains for the email address and the website url match.
-10
Write a set of bytes into a so-called binary file. The point is that we use BinaryWriter here and we have a byte array as input.
9
This is a little example of how to use threads in Perl. It creates three threads and runs them... That's it...
6
Prints the user's IP address and localtime on a web page.
8
Class method to read a binary file and copy it to a byte array.









