Changeset 2264
- Timestamp:
- 12/29/08 23:45:52 (3 years ago)
- Location:
- trunk/Padre/t/files
- Files:
-
- 2 added
- 1 edited
-
hello_with_warn.pl (modified) (1 diff)
-
missing_semicolon.pl (added)
-
no_strict.pl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/t/files/hello_with_warn.pl
r2020 r2264 7 7 print "Hello $name\n"; 8 8 my $x = "2x"; 9 print 3+$x ;9 print 3+$x, "\n"; 10 10 11 11 print "done\n";
Note: See TracChangeset
for help on using the changeset viewer.
