How to create a Perl script in 5 minutes: Beginners tutorial
UNIX/Linux shell scripting basics. A detailed tutorial from beginner to advanced. I’ll walk you through it step by step!
If you enjoyed this video, please consider clicking on the subscribe button. It’s FREE and all it takes is one click! If you don’t like the videos later, you can unsubscribe just as easily! 🙂
I upload regular videos about how to write UNIX scripts, networking, Perl and much more!
Tags: Perl script, perl oneliner, scripting, Video “shell scripting” UNIX “UNIX basics” “learning unix” “unix commands” linux scripting “Computer Programming University”
Amazon Auto Links: No products found.
Why don’t you just type the command and drag the file on to the terminal instead of typing it out every time seriously your wasting my time
Print is so overrated!!!
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010; # The say function is imported from this perl module.
say “Print is overrated!”;
say “See how I don’t need to print a newline? … because say automatically prints a newline”;
talk in a normal voice
Mastering Perl Scripting Learn more here!…
https://twitter.com/schwenzltwt/status/820080246749704192
awsm!!!!
Where is the following-on from the “beginners tutorial”?