$book_name = 'Learn Perl The Hard Way'; $book_pages = 5; print $book_name, " is ", $book_pages, " pages.";
No comments:
Post a Comment