Thread: Hello .....
View Single Post
Old 12-07-2010, 06:49 AM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,603
Code:
#!/usr/local/bin/perl

use strict;
use warnings;

my $str = "72 101 108 108 111";
my @array = split / /,$str;
@array = map (chr, @array);
$str = join "",@array;
print "$str\n";
to you too!
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


My Cam Feeds Script / Gallery Scraper / WPXXX Theme / Free Templates
fris is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote