Skip to content

Instantly share code, notes, and snippets.

@osirisgothra
Created September 25, 2024 16:28
Show Gist options
  • Save osirisgothra/7c7705a9f11f37f416b1d268d30df1b9 to your computer and use it in GitHub Desktop.
Save osirisgothra/7c7705a9f11f37f416b1d268d30df1b9 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use warnings;
use v5.20.2;
use Scalar::Util qw(looks_like_a_number);
die("it doesnt look like its a number") unless looks_like_a_number($ARGV[1] // "NaN");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment