CPU: Perl, Fall 2005 Perl, Week 1: Intro to Perl, Scalars #21

Warnings

#!/usr/bin/perl
use warnings;
print "bob" + 58, "\n";
$ perl -w hello.pl
Copyright © 2005 Ian Langworth