I am very new to Perl and I am trying hard to figure out the perl ways. Could somebody please help me with this. What I have so far is:
#!/usr/bin/perl use strict; use warnings; use File::Copy; use File::Basename; print "SCAN PPID:\n"; my $input = <STDIN>; chomp $input; print "Make sure you confirm the PPID before you proceed \n"; print "PPID: $input \n\n"; my $output = <STDOUT>; print STDOUT "$input";
please help with a command or next steps on saving my output to this folder -> c:\users\lastgen\docs\saved_ppid.
I honestly do not know where to start after getting my output and on how to save it to a folder. Please help.
Thank you.
Lastgen Monk.
In reply to Saving my output to a folder by LastGen Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |