my $test = "Hello World!"; print $test[0]; [download]
What is the best way to do this in Perl?
In reply to first char of string? by Anonymous Monk