Skip to content

Commit

Permalink
Update and rename miamotomusashi.pl to miamotomusashi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nu11secur1ty authored Feb 5, 2020
1 parent 96a7545 commit 303ff5d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Example 1
```
The following code checks validity of the supplied username and password and notifies the user of a successful or failed login.
```
```perl
#!/usr/bin/perl
use warnings;
use strict;
@@ -21,3 +26,4 @@
{
print "Login Failed - unknown username";
}
```

0 comments on commit 303ff5d

Please sign in to comment.