Net::SSU - ssu.ac.kr API-like wrapper for Perl
use Net::SSU;
# Net::SSU 객체 생성
my $ssu = Net::SSU->new();
# 식단 API
my $meal_api = $ssu->meal;
# 오늘의 점심은..
my $lunch = $meal_api->lunch;
Net::SSU is ...
Copyright (C) Gyuhwan Park
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
unstabler [email protected]