Advertisement
swaggboi

Untitled

Jun 1st, 2021
1,591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.12 KB | None | 0 0
  1. #!/usr/bin/env perl
  2.  
  3. use strict;
  4. use warnings 'bareword';
  5.  
  6. my %hash;
  7. $hash{key} = "blah";
  8.  
  9. print $hash{key}, "\n";
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement