Language:
perl
Source:
`
my $msg;
$msg="owo https://read01.com/";
if $msg =~ /.read01\.com./
print "GOtcha";`
Errors:
Use of uninitialized value $msg in concatenation (.) or string at source_file.pl line 1.
Use of uninitialized value $msg in concatenation (.) or string at source_file.pl line 1.
Use of uninitialized value $msg in concatenation (.) or string at source_file.pl line 1.
sh: 0: getcwd() failed: No such file or directory
sh: 1: my: not found
sh: 2: =owo https://read01.com/: not found
sh: 4: Syntax error: end of file unexpected (expecting "then")