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

Diagnostics

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